home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet News 2002 June
/
Internet News 2002-06 - CD-ROM.rar
/
INCD200206.ISO
/
Promo
/
Shopla
/
cromeless.js
< prev
next >
Wrap
Text File
|
2002-05-19
|
763b
|
21 lines
<!--
function saibcrom (titolo_finestra, urlPop, lungX, altY) {
title=titolo_finestra;
W=lungX;
H=altY;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = title
windowTIT = "<font face=verdana size=1> "+ title +"</font>"
windowBORDERCOLOR = "#FFCC03"
windowBORDERCOLORsel = "#FFCC03"
windowTITBGCOLOR = "#FFCC03"
windowTITBGCOLORsel = "#1A61AF"
openchromeless(urlPop, title, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
//-->